home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / Ex_Pi.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  107 b   |  6 lines

  1. on keyUp
  2.   if (the key = ENTER) or (the key = RETURN) or (the keyCode = 76) then
  3.     go("BA")
  4.   end if
  5. end
  6.